PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFDocumentFileAttachmentRelationship Enumeration
In This Topic
    PDFDocumentFileAttachmentRelationship Enumeration
    In This Topic
    Defines the supported relationship types between a file attachment and its owner.
    Members
    MemberDescription
    ALTERNATIVEThe file attachment is an alternative representation of content.
    DATAThe file attachment represents information used to derive a visual presentation.
    SOURCEThe file attachment is the original source material for the associated content.
    SUPPLEMENTThe file attachment represents a supplemental representation of the original source or data that may be more easily consumable.
    UNSPECIFIEDRelationship is not known.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.document.PDFDocumentFileAttachmentRelationship

    See Also